﻿.SeachBar fieldset {
    background: rgba(255,255,255,.3);
    border-color: rgba(255,255,255,.6);
    border-style: solid;
    border-width: 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    line-height: 30px;
    list-style: none;
    padding: 5px 10px;
    margin-bottom: 2px;
}

    .SeachBar fieldset legend {
        color: #302A2A;
        font: bold 16px/2 Verdana, Geneva, sans-serif;
        font-weight: bold;
        text-align: left;
        text-shadow: 2px 2px 2px rgb(88, 126, 156);
    }
